div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.b-team-header {
	text-align: left;
	padding-bottom: 50px;
}

.b-team-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
	color: #1E2025;
	text-decoration: none;
	padding-bottom: 11px;
	display: inline-block;
}

.b-team-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #333333;
}

.team-img-wrapper {
	margin: 0 auto;
	width: 200px;
}

.team__body-wrapper {
	position: relative;
	padding-left: 40px;
	text-align: left;
	padding-right: 40px;
}

.specialists .team {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.team-post-wrapper {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.5);
	padding-bottom: 5px;
}

.team-name-wrapper {
	padding-bottom: 20px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #1E2025;
}

.team__body_box-wrapper {
	padding-top: 25px;
}

.team-ul-wrapper {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #1E2025;
	list-style: none;
	margin: 0;
}

.team-ul-wrapper a {
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}

.b-team-arrow {
	text-align: left;
}

.b-team-arrow a {
	font-weight: 700;
	font-size: 16px;
	line-height: 170%;
	color: #2FC9C8;
	text-decoration: none;
}

.b-team-arrow a:hover {
	text-decoration: none;
	color: #2FC9C8;
}

.b-team-arrow a span {
	padding-right: 15px;
}

.team-ul-wrapper li {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 12px;
	align-items: center;
}

.team-ul-wrapper li svg {
	margin-right: 10px;
}

.specialists__slider.owl-carousel .owl-stage-outer {
	overflow: hidden!important;
}
.specialists__slider.owl-carousel .owl-stage-outer .owl-stage {
	display: flex;
	align-items: stretch;
}
.specialists__slider.owl-carousel .owl-item {
	padding: 0;
}

.specialists__navigation {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 50%;
	z-index: 1;
}
.specialists .preview-navigation-left,
.specialists .preview-navigation-right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: #E0F3F3;
	border-radius: 50%;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.specialists .preview-navigation-left {
	left: -14px;
}
.specialists .preview-navigation-right {
	right: -14px;
}
.specialists .preview-navigation-left.disabled,
.specialists .preview-navigation-right.disabled {
	display: none;
}

@media (max-width: 1199px) {}
@media (max-width: 900px) {
	.team-ul-wrapper {
		padding-left: 0px !important;
	}

	.team-post-wrapper {
		font-size: 10px;
	}

	.team-name-wrapper {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.team-ul-wrapper,
	.team-ul-wrapper a {
		font-size: 12px;
	}
}


@media (max-width: 840px) {
	.specialists .team {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.b-team-title {
		font-size: 25px;
	}
}
@media (max-width: 500px) {}